home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Compendium 1.1 (Installation Procedure)
- echo Copyright (C) 1992-1994, Glenn M. Poorman, All rights reserved
- echo
-
- if exist cm\nul goto NOPROCEED
-
- pkunzip -d -o cmlib.zip
- echo Compendium installation is complete.
- echo
- goto EXIT
-
- :NOPROCEED
- echo Director CM already exists.
- echo Remove or rename the directory and try again.
- echo
- :EXIT
-